html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    border: 0;
    outline: 0;
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #D10003;
}

.fl,
.left {
    float: left;
}

.fr,
.right {
    float: right !important;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    min-width: 1140px;
    font: 14px/1.5 "Microsoft YaHei", arial, simsun, sans-serif;
    color: #333;
    /*background: #fafafa;*/
    background: #f5f9ff;
    /*background: #fbfbf9;*/
}

.color-red {
    color: #e6382f;
}

.color-orange {
    color: #ff8547;
}

.color-yellow {
    color: #ffac38;
}

.color-gray {
    color: #999;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapper {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    /*margin-top: 128px;*/
}

.container {
    padding-bottom: 30px;
    background: #f1f1f1;
}

/*.header {
    height: 70px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.header .wrapper {
    *z-index: 100;
}

.header .logo {
    float: left; //height: 60px;
    width: 227px;
    margin-top: 5px;
}

.header .header_tab {
    float: left
}

.header .header_tab ul.top-nav li {
    float: left;
    line-height: 69px;
    text-align: center;
    padding: 0 15px;
    font-size: 14px
}

.header .header_tab ul.top-nav li:hover a {
    color: #0C91EB !important
}

.header .header-right {}*/

.search_boxs {
    float: right;
    width: 450px;
    height: 46px;
    margin-top: 14px;
    margin-bottom: 4px;
    position: relative
}

.search_boxs .index_search {
    width: 380px;
    height: 44px;
    border: 1px solid#0c91eb;
    border-radius: 2px
}

.search_boxs .index_search .type_select {
    display: inline-block;
    width: 70px;
    height: 44px;
    float: left;
    background: rgba(255, 255, 255, 0);
    position: relative;
    line-height: 30px;
    border-right: 1px solid #ddd;
    margin-left: 8px;
    margin-right: 8px
}

.search_boxs .index_search .type_select .select_item {
    cursor: pointer;
    padding-left: 10px;
    line-height: 44px
}

.search_boxs .index_search .type_select .select_item span {
    font-size: 14px;
    color: #000000;
    margin-right: 4px
}

.search_boxs .index_search .type_select .select_item i {
    transform: rotate(0deg);
    transform-origin: center center;
    display: inline-block;
    width: 14px;
    height: 8px;
    background: url('/static/images/pc/index_sprit.png') -258px -52px;
    position: relative;
    top: -2px;
    right: -4px;
    transition: all .1s ease-in-out;
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out
}

.search_boxs .index_search .type_select .select_item i.active {
    transform: rotate(180deg);
    transform-origin: center center;
    width: 14px;
    height: 8px;
    background: url('/static/images/pc/index_sprit.png') -258px -52px;
    position: relative;
    top: -2px;
    right: -4px;
    transition: all .1s ease-in-out;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out
}

.search_boxs .index_search .type_select .hide_select {
    width: 80px;
    position: absolute;
    top: 44px;
    left: -9px;
    background: #fff;
    z-index: 99;
    text-align: center;
    display: none
}

.search_boxs .index_search .type_select .hide_select .select_item {
    padding-left: 0 !important;
    line-height: 26px
}

.search_boxs .index_search .type_select .hide_select .select_item:hover {
    background: #0c91eb
}

.search_boxs .index_search .type_select .hide_select .select_item:hover span {
    color: #FFFFFF
}

.search_boxs .index_search .search_icon {
    width: 67px;
    height: 44px;
    background: #0c91eb;
    float: left;
    position: relative;
    cursor: pointer
}

.search_boxs .index_search .search_icon .icon_box {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    background: url('/static/images/pc/fangdajing.png') no-repeat
}

.search_boxs .index_search .search_input {
    background: rgba(255, 255, 255, 0);
    height: 44px;
    border: none;
    float: left;
    width: 216px;
    font-size: 14px;
    color: #9AAAB7;
    padding-left: 10px
}

.search_boxs .index_search .search_btn a {
    float: left;
    width: 67px;
    height: 44px;
    background: #539E7C;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 0 27px 27px 0
}

.search_boxs .search_select {
    width: 234px;
    height: auto;
    background: #fff;
    min-height: 40px;
    border: 1px solid #DDDDDD;
    margin: 2px auto 0;
    border-radius: 4px;
    position: absolute;
    top: 44px;
    left: 80px;
    box-shadow: 4px 0 4px rgba(0, 0, 0, 0.08);
    z-index: 999999999;
    display: none
}

.search_boxs .search_select ul li {
    line-height: 26px;
    border-bottom: 1px dashed #DDDDDD;
    padding: 0 10px;
    cursor: pointer;
    font-size: 12px;
    color: #6e7880
}

.search_boxs .search_select ul li b {
    font-weight: 400
}

.search_boxs .search_select ul li span {
    font-size: 12px;
    float: right;
    margin-right: 10px;
    color: #AAAAAA
}

.search_boxs .search_select ul li:hover {
    background: #0C91EB;
    color: #ffffff
}

.zyl_list {
    position: absolute;
    display: none;
    top: 35px;
    right: 0;
    padding: 0;
    width: 380px;
    line-height: 20px;
    border: 1px solid #188eee;
    background-color: #fff;
    height: auto !important;
}

.zyl_list .no_res {
    background: url("/static/images/pc/icon5.png") no-repeat 10px 10px;
    padding: 10px 0 10px 65px;
    color: #666;
    line-height: 60px;
    height: 60px;
}

.zyl_list ul {
    margin: 10px 15px;
    max-height: 192px;
    overflow: auto;
}

.zyl_list ul li {
    height: 26px;
    line-height: 26px;
    padding: 0 0 5px;
    border-bottom: 1px dashed #eee;
}

.zyl_list ul li a {
    display: inline-block;
    height: 26px;
    padding-left: 5px;
    width: 175px;
    float: left;
    color: #333;
    margin: 0;
    overflow: hidden;
}

.zyl_list ul li span {
    background: url("/static/images/pc/icon.png") no-repeat scroll 0 -891px;
    cursor: pointer;
    padding-left: 15px;
    float: right;
    display: inline-block;
    padding-right: 5px;
    color: #666;
}

.zyl_list ul li i {
    color: red;
    float: right;
    font-style: normal;
    padding-right: 10px;
}

.zyl_list .zyl_btn {
    background-color: #f5f5f5;
    padding: 8px 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.zyl_list .zyl_btn .all {
    float: left;
    padding-left: 15px;
    color: #676767;
}

.zyl_list .zyl_btn input {
    width: 70px;
    height: 30px;
    float: right;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 0;
    margin-right: 15px;
    background: #e6382f;
    cursor: pointer;
}

/*.header-box {
    height: 110px;
    background: #fff;
}

.header-box .header-inner-box {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    line-height: 38px;
}*/

.scop-box {
    position: relative;
    float: left;
    padding-top: 30px;
}

.scop-box .logo-wrap {
    display: block;
    float: left;
    margin-left: 12px;
}

.scop-box .logo-wrap img {
    display: block;
    width: 180px;
    height: 50px;
}

.scop-box .scop-icon-box {
    float: left;
    margin-left: 30px;
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.scop-box .iconfont {
    transition: all .3s;
    display: inline-block;
}

.scop-box .grade-list {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 100;
    width: 60px;
    border: 1px solid #e6382f;
    background: #fff;
}

.scop-box .grade-list a {
    display: block;
    line-height: 30px;
    text-align: center;
}

.scop-box .grade-list a+a {
    border-top: 1px solid #ccc;
}
/*
.header-box .header-inner-box .top-search-line-box {
    float: right;
    padding-top: 40px;
    width: 900px;
}*/

.main-search-ipt {
    float: left;
    width: 370px;
    height: 35px;
    border: 1px solid #e6382f;
    border-radius: 3px 0 0 3px;
    padding: 0 10px;
    outline: none;
    line-height: 35px !important;
}

.main-search-btn {
    float: left;
    background: #e6382f;
    text-align: center;
    width: 58px;
    height: 37px;
    line-height: 37px;
    color: #fff;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}

.source-bucket-wrap {
    float: left;
    margin-left: 15px;
    position: relative;
    width: 94px;
}

.source-bucket-wrap .source-bucket {
    cursor: pointer;
    width: 90px;
    padding: 0 1px;
    border: 1px solid #e6e6e6;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    z-index: 253;
    background: #fff;
}

.source-bucket-wrap .source-bucket .number {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #ff9a18;
    z-index: 3;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
}

.source-bucket-wrap .source-bucket .text-color {
    color: #e6382f;
    margin-left: 10px;
}

.source-bucket-wrap .zyl_list {
    position: absolute;
    display: none;
    top: 36px;
    padding: 0;
    width: 380px;
    z-index: 252;
    line-height: 20px;
    border: 1px solid #e6382f;
    background-color: #fff;
    height: auto !important;
}

.source-bucket-wrap:hover .source-bucket {
    border-color: #e6382f;
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    height: 36px;
}

.source-bucket-wrap:hover .zyl_list {
    display: block;
}

.func-icons a {
    color: #e6382f;
}

.func-icons span {
    color: #333;
}

.func-icons a:hover,
.func-icons a:hover span {
    color: #e6382f;
}

.func-icons .upload-icon,
.func-icons .upload-icon:hover,
.func-icons .upload-icon:hover span {
    color: #f19e3e;
}

.func-icons i,
.func-icons span {
    cursor: pointer;
    display: block;
    float: left;
}

.func-icons i {
    margin-left: 30px;
    font-size: 2.4em;
}

.func-icons span {
    padding-left: 6px;
}

.func-icons .earn-cash-tips {
    position: relative;
}

.func-icons .earn-cash-tips span {
    display: inline-block;
    position: absolute;
    width: 45px;
    height: 23px;
    top: -14px;
    left: 0;
    background: url("/static/images/pc/earn-cash-tips.png") no-repeat;
}

./*footer {
    padding: 30px 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #333333;
}

.footer a {
    padding: 0 5px;
    color: #fff;
}

.footer a:hover {
    color: #f60;
}

.footer .friendlink .title {
    position: relative;
    font-size: 14px;
    color: #c5c5c5;
    line-height: 50px;
    text-align: left;
    font-weight:bold;
}

.footer .friendlink .title .tips {
    float: right;
    font-size: 14px;
}

.footer .friend-list {
    margin-bottom: 10px;
    padding: 10px 0 10px;
    line-height: 30px;
    text-align: left;
    border-bottom: 1px solid #4c4c4c;
}

.footer .friend-list a {
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
    display: inline-block;
    color :#a29898;
}*/

.nav .nav-con {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    padding-bottom: 8px;
    background: #fff;
    border-bottom: 1px solid #4b98ff;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    z-index: 999;
}

.nav .nav-con-inner {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

.nav .nav-link {
    padding: 15px 0;
    display: inline-block;
    margin: 0 15px;
    text-align: center;
}

.nav .nav-link .pic {
    display: inline-block;
    position: relative;
}

.nav .nav-link .icon {
    font-size: 26px;
    color: #949494;
    opacity: 1;
    filter: alpha(opacity=100)
}

.nav .nav-link .icon.icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.nav .nav-link .icon-name {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: #333;
    background: none;
}

.nav .nav-link:hover .icon-name,
.nav .nav-link.on .icon-name {
    color: #4b98ff;
}

.nav .nav-link:hover .icon,
.nav .nav-link.on .icon {
    opacity: 0;
    filter: alpha(opacity=0)
}

.nav .nav-link:hover .icon.icon-hover,
.nav .nav-link.on .icon.icon-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #4b98ff
}

.nav .nav-chapter {
    padding: 15px 0;
    margin: 0 -35px;
}

.nav .nav-chapter li {
    float: left;
    position: relative;
    margin: 0 35px;
    width: 560px;
    border-bottom: 1px dotted #ccc;
    text-align: left
}

.nav .nav-chapter li .con {}

.nav .nav-chapter li .con a {
    line-height: 40px;
}

.nav .nav-chapter li a {
    float: left;
    padding-right: 18px;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

.nav .nav-chapter li a.sub {
    color: #4b98ff;
}

.nav .nav-chapter li a:hover,
.nav .nav-chapter li a.sub:hover,
.nav .nav-chapter li a.active {
    color: #fa5714
}

.nav .nav-con-junior .nav-chapter {
    margin: 0;
}

.nav .nav-con-junior .nav-chapter li {
    margin: 0;
    width: 100%;
}

.nav .nav-con-junior.nav-con .nav-chapter li .con {
    float: left;
    max-width: 1066px;
}

.nav .nav-con .nav-chapter li .con {
    height: 40px;
    padding-right: 44px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav .nav-con .nav-chapter li .more {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    color: #999;
    font-size: 12px;
}

.nav .nav-con .nav-chapter li .more:hover {
    color: #fa5714
}

/*.nav {
    position: relative;
    height: 50px;
    background: #e6382f;
}*/

/*.nav>ul>li {
    float: left;
}

.nav>ul>li.first {
    width: 200px;
    height: 50px;
    text-align: center;
}

.nav>ul>li a {
    display: block;
    padding: 0 28px;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}

.nav>ul>li:hover>a,
.nav>ul>li.on>a {
    background: #c00;
}

.nav>ul>li.first>a {
    background: #f6685e;
}

.nav>ul>li:hover .nav-con {
    display: block;
}*/

.list-pic {
    padding: 0 20px;
    background: #fff;
}

/* �ı�������� */

.text-overflow,
.book-list-box .book-box .book-title,
.book-list-box .book-box .book-desc,
.book-shop-rank-box .desc-box .title,
.rmsj .book-shop-rank-box .desc-box .title,
.rmsj .book-shop-rank-box .desc-box .property .value,
.text-list a,
.cp-info-box .c-name,
.book-list .book-thumb-box .title,
.book-list-wrap li .desc-wrap .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.book-list-box .book-box:nth-of-type(5n+1) {
    margin-left: 0;
}

/* ������� */

.clearfix:after,
.filter-ul:after,
.filter-box:after,
.main-container-wrap:after,
.book-list-box:after,
.book-shop-rank-box:after,
.cp-section:after,
.cp-book-list-wrap .title-line:after,
.filter-wrap .filter-line:after,
.book-list-wrap li:after {
    content: "";
    display: block;
    clear: both;
    zoom: 1;
}

.book-list-box {
    border-top: 1px solid #eaeaea;
}

.book-list-box .book-box {
    width: 135px;
    margin: 20px 0px 20px 55px;
    height: 253px;
    float: left;
}

.book-list-box .book-box .thumb {
    width: 100%;
    height: 194px;
}

.book-list-box .book-box .book-title {
    margin-top: 12px;
    display: block;
}

.book-list-box .book-box .book-desc {
    font-size: 12px;
    color: #999;
    margin-top: 8px;
    display: block;
}

.book-list-box .book-box .book-desc:hover,
.book-list-box .book-box .book-desc:hover .iconfont-shucheng {
    color: #fa7a20;
}

.thumb-moveable .thumb {
    transition: all .5s;
}

.thumb-moveable .thumb:hover {
    transform: translateY(-3px);
}

.thumb-wrap {
    position: relative;
}

.thumb-wrap .thumb-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
}

.thumb-wrap .thumb-cover .thumb-text {
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    line-height: 21px;
    word-break: break-all;
    word-wrap: break-word;
}

.book-list-box .book-box .book-desc .iconfont-shucheng {
    font-size: 12px;
    color: #999;
}

.panel i {
    background: url(/static/images/pc/spring.png) no-repeat;
    display: inline-block;
}

.panel {
    position: fixed;
    _position: absolute;
    bottom: 40px;
    _bottom: auto;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight - 80);
    right: 5px;
    z-index: 100;
}

.panel ul li {
    position: relative;
    display: block;
    padding: 10px;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background-color: #d4d4d4;
    border-radius: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}

.panel ul li i {
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 14px;
    left: 14px;
}

.panel ul li.qq i {
    background-position: 0 -502px;
}

.panel ul li.consultation i {
    background-position: 0 -538px;
}

.panel ul li.education i {
    background-position: 0 -578px;
}

.panel ul li.wrong i {
    background-position: 0 -617px;
}

.panel ul li.weixin i {
    background-position: 0 -659px;
}

.panel ul li.gotop i {
    background-position: 0 -702px;
}

.panel ul li .tip {
    display: none;
    color: #fff;
    font-size: 12px;
}

.panel ul li:hover {
    background-color: #FFA21A;
}

.panel ul li:hover i {
    display: none;
}

.panel ul li:hover .tip {
    display: block;
    font-size: 12px;
}

.panel .weixin:hover i {
    display: block;
    background-position: 0 -659px;
}

.panel ul li.education,
.panel ul li.wrong {
    padding: 10px 5px 10px;
    width: 40px;
}

.panel-qr {
    display: none;
    position: absolute;
    top: -40px;
    right: 60px;
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #666;
    width: 87px;
}

.panel-qr .abox {
    position: absolute;
    width: 16px;
    height: 16px;
    right: -16px;
    top: 50%;
    margin-top: -8px;
}

.panel-qr .abox .a1,
.panel .panel-qr .abox .a2 {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed dashed solid;
}

.panel-qr .abox .a1 {
    border-color: transparent transparent transparent #ccc;
    left: 1px;
}

.panel-qr .abox .a2 {
    border-color: transparent transparent transparent #ccc;
    left: 0;
}

.panel-qr p {
    line-height: 24px;
}

.panel-qr-e .down-e {
    width: 90px;
    height: 26px;
    background-color: #63a51b;
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    margin: 10px 0 0 15px;
    border-radius: 20px;
}

.panel-qr-e img {
    margin-bottom: 10px;
}

.panel-qr-e {
    width: 120px;
    top: -57px;
}

.panel-qr-b {
    width: 150px;
    top: -97px;
}

.panel-qr-b .bd .tit {
    color: #333;
    font-size: 14px;
    text-align: left;
    line-height: 30px;
}

.qq-chat span {
    line-height: 30px;
}

.qq-chat a img {
    vertical-align: middle;
}

.panel-transition-block {
    width: 20px;
    height: 100%;
    right: -16px;
    position: absolute;
    top: 0px;
}

.det-top {
    position: fixed;
    right: 80px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    bottom: 82px;
    display: none;
    background: #fff;
}

.det-top:hover {
    background-color: #e1e1e1
}

.det-top .iconfont {
    font-size: 40px;
    vertical-align: middle;
    color: #999;
}

/*.header .header_info {
    float: right
}

.header .header_info li {
    float: left;
    line-height: 70px
}

.header .header_info li a {
    padding: 0 20px;
    border-right: 1px solid #666666
}

.header .header_info li .header_head {
    position: relative;
    display: block;
    height: 22px;
    margin-top: 26px;
    line-height: 100%
}

.header .header_info li .header_head .no_login a {
    font-size: 14px
}*/

.footer .link-box {
    position: relative;
    text-align: left;
    padding: 0 0 30px 10px;
    border-bottom: 1px solid #4c4c4c;
}

.footer .link-box dl {
    float: left;
    width: 182px;
}

.footer .link-box dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
}

.footer .link-box dd {
    line-height: 26px;
    font-size: 14px;
}

.footer .link-box dd a {
}

.footer .link-box dd a:hover {
    color: #057ee1;
}

.footer .link-box .contact {
    width: 325px;
    position: absolute;
    top: 80px;
    right: 25px;
}

.footer .link-box .contact .phone {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
}
.footer .link-box .contact .phone strong {
    font-size: 28px;
}


.footer .link-box .contact .text {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}
.footer .link-box .split {
    position: absolute;
    top: -4px;
    right: 458px;

}
.footer .link-box .share {
    position: absolute;
    top: -20px;
    right: 18px;
}


